﻿/* Use this CSS-file to override any styles set by system-default Graf & Bild - Login*/

/*Primær: #fc9105*/
/*Sekundær: #333*/

body {
    font-family: Verdana;
	font-weight: 300;
	font-style: normal;
    background: #fff;
    padding-top: 53px;
	color: #333;
	background-image: url(elements/background/site-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain !important;
	/*background-size: cover;*/
}

@media only screen and (max-width: 480px) {
body {
	background-image: none !important;
    }
}

.navbar {
	background: transparent;
    border: transparent;
    border-top: 0px solid #00b2e2;
	border-bottom: 0px solid #e1e1e1;
	box-shadow: none;
/*    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);*/
    height: 106px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: none;
    height: 60px !important;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
	visibility: hidden;
}
.nav>li {
    position: relative;
/*    display: none;*/
}


/*Logo*/
.navbar-brand .logo {
    height: 129px;
    margin-top: 208px;
    position: fixed;
    left: 96px;
}

/*.navbar-brand .logo {
    height: 55px;
    margin-top: 109px;
	margin-left: auto;
	margin-right: auto;
}*/

@media only screen and (max-width: 480px) {
    .navbar-brand .logo {
		height: 98px;
    	margin-top: 22px;
    	margin-left: 55px;
    }
}

/*Centrer logo*/
.navbar-brand {
	width: 100% !important;
	margin-left: 0px !important;
}
.navbar-header {
	margin: 0 auto;
	float: none !important; 
}


/*Loginbox*/
.form-control {
	font-family: Verdana;
	font-weight: 300;
	font-style: normal;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #b3b3b3;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.modal-dialog {
    position: relative;
    width: 1030px;
    margin: 10px;
    margin-bottom: 230px;
	margin-top: 55px;
	margin-left: auto;
    margin-right: auto;
}
@media only screen and (max-width: 480px) {
.modal-dialog {
    position: relative;
    width: 534px;
    margin: 10px;
    margin-bottom: 0px;
	margin-top: 0px;
    }
}

/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    margin-bottom: 230px;
	margin-top: 72px;
}*/

.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
    background-color: rgba(255,255,255,0.0);
	position: relative;
    margin-right: 0px;
}

@media only screen and (max-width: 480px) {
.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
    background-color: rgba(255,255,255,0.0);
    }
}

/*.login-page .panel-login {
    border: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.0);
    background-color: rgba(255,255,255,0.8);
}*/

.panel-login .nav { /*Top af loginbox*/
    background: transparent;
    border-radius: 0px 0px 0 0;
    overflow: hidden;
}
	.panel-login .nav > li:last-child > a {
		font-family: Verdana;
		font-weight: 300;
		font-style: normal;
    	border-left: 0px solid #b3b3b3 !important;
		border-right: 0px solid #b3b3b3 !important;
		border-top: 0px solid #b3b3b3 !important;
		border-bottom: 0px solid #b3b3b3 !important;
		border-radius: 0px !important;
    	background-color: transparent;
		color: #333;
		text-transform: uppercase;
		text-align: center;
		padding-left: 17px;
	}

@media only screen and (max-width: 480px) {
.panel-login .nav > li:last-child > a {
	    border-left: 1px solid #b3b3b3 !important;
		border-right: 1px solid #b3b3b3 !important;
		border-top: 1px solid #b3b3b3 !important;
		border-bottom: 0px solid #b3b3b3 !important;
    }
}

.panel-body {
    padding: 15px;
	border-radius: 0px !important;
	border: 0px solid #b3b3b3;
	border-top: 0px;
}
@media only screen and (max-width: 480px) {
.panel-body {
	border: 1px solid #b3b3b3;
    }
}

hr {
	display: none;
}
#ctl00_pnl_LoginOptions {
    margin-top: 20px;
	font-size: 15px;
}

/*Link*/
a {
    color: #fc9105;
	text-decoration: none;
}
a:visited {
    color: #fc9105;
	text-decoration: none;	
}
a:hover {
    color: #fc9105;
	text-decoration: underline;	
}

/*Knap*/
.btn-primary {
    background: #fc9105;
	border: 0px solid #fc9105;
	font-size: 12px;
	border-radius: 5px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 120px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-primary:visited {
    background: #fc9105;
	border: 0px solid #fc9105;
	font-size: 12px;
	border-radius: 5px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 120px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
  
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.active {
    background: #333;
	font-size: 12px;
	border: 0px solid #333;
	border-radius: 5px !important;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 0px;
	width: 120px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-success {
    background: #fc9105;
	font-size: 12px;
	border: 0px solid #fc9105;
	border-radius: 0px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-success:visited {
    background: #fc9105;
	font-size: 12px;
	border: 0px solid #fc9105;
	border-radius: 0px !important;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}
  
.btn-success:hover,
.btn-success:focus,
.btn-success.active {
    background: #333;
	font-size: 12px;
	border: 0px solid #fc9105;
	border-radius: 0px !important;
	color: #9cd0f3;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.btn-feedback {
	background: #fc9105;
    border-color: #fc9105;
	color: #fff !important;
	visibility: hidden;
}
  
.btn-feedback:hover,
.btn-feedback:focus,
.btn-feedback.active {
	background: #203789;
    border-color: #203789;
	color: #fff;
}
.btn-link {
    color: #fc9105;
    text-decoration: none !important;
}

/*Login Modal*/
.navbar .navbar-nav > li > a {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a:visited {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a:hover {
    font-size: 16px;
    color: #fff;
    transition: all 0.3s ease;
}


.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus > .open > a:hover {
    color: white !important;
    background: transparent !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #fc9105;
    outline: 0;
}

/*Spinner*/
.spinner {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;
}
#spinner3 {
position: fixed;
top: 50%;
left: 50%;
margin-left: -75px;
margin-top: -75px;
text-align: center;
z-index: 1234;
overflow: auto;
width: 200px;
height: 200px;
background-color: transparent;
border: 0px;
box-shadow:0px 0px 0px transparent;	
}



/*Footer*/
.footer {
    font-size: 13px;
	color: #6a8aa5;
    padding: 0;
	padding-top: 19px;
    background-color: #333;
	border-top: 0px dotted #333;
	text-align: -webkit-center;
}

.footer a {
    color: #777777;
	text-decoration: none;
}
.footer a:visited {
    color: #777777;
	text-decoration: none;	
}
.footer a:hover {
    color: #777777;
	text-decoration: none;	
}

.footer-contact a {
    margin-right: 0px;
}

.footer-links a {
    margin-right: 7px;
}